home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TSCCCHOOSEPROVIDERDIALOG / TSCCCHOOSEPROVIDERDIALOG.txt
Text File  |  2008-11-03  |  887b  |  46 lines

  1. inherited SccChooseProviderDialog: TSccChooseProviderDialog
  2.   Left = 418
  3.   Top = 310
  4.   Caption = 'Provider'
  5.   ClientHeight = 206
  6.   ClientWidth = 323
  7.   OnCreate = FormCreate
  8.   OnShow = FormShow
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object ProviderLbl: TUiLabel
  12.     Left = 8
  13.     Top = 8
  14.     Height = 13
  15.     Caption = 'Choose source control provider:'
  16.     FocusControl = ProviderLB
  17.   end
  18.   object ProviderLB: TUiListBox
  19.     Left = 8
  20.     Top = 24
  21.     Width = 307
  22.     Height = 143
  23.     ItemHeight = 13
  24.     TabOrder = 0
  25.     OnDblClick = ProviderLBDblClick
  26.   end
  27.   object OkBtn: TUiButton
  28.     Left = 162
  29.     Top = 176
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 1
  34.     AutoSize = asRight
  35.   end
  36.   object CancelBtn: TUiButton
  37.     Left = 242
  38.     Top = 176
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.     AutoSize = asRight
  44.   end
  45. end
  46.